home *** CD-ROM | disk | FTP | other *** search
/ GFX Sensations 1 / Graphic Sensations - Volume 1.iso / tools / amiga / 3d_tools / irit40s.lha / Irit / irit / windows.h < prev   
Encoding:
C/C++ Source or Header  |  1993-12-30  |  916 b   |  25 lines

  1. /*****************************************************************************
  2. *   "Irit" - the 3d (not only polygonal) solid modeller.             *
  3. *                                         *
  4. * Written by:  Gershon Elber                Ver 0.2, Mar. 1990   *
  5. ******************************************************************************
  6. * General, visible to others, definitions for the windows module.         *
  7. *****************************************************************************/
  8.  
  9. #ifndef    WINDOWS_GH                    /* Define only once. */
  10. #define    WINDOWS_GH
  11.  
  12. /* Prototypes of the windows module functions: */
  13.  
  14. void WndwPause(RealType *R);
  15. void WndwLogPrint(RealType *Set);
  16. void WndwInputWindowPutStr(char *Msg);
  17. void WndwInputWindowGetStr(char *Str, int Length);
  18. void WndwViewObject(IPObjectStruct *PObj);
  19. void WndwViewClearScreen(void);
  20. void WndwViewSaveMatrix(char *FileName);
  21. void WndwViewDisconnect(void);
  22. void WndwViewExit(void);
  23.  
  24. #endif    /* WINDOWS_GH */
  25.